home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / DATETIME / MTIMSTOP / MTIMSTOP.ZIP / mTimeStop.txt < prev   
Text File  |  1996-10-20  |  2KB  |  50 lines

  1. FILENAME:    mTimeStop.zip
  2.  
  3. CATEGORY:    misc
  4.  
  5. VERSION:    1.1 (October 20, 1996)
  6.  
  7. TARGET:        Delphi 2.0 (not tested on 1.0, but should run w/o problems)
  8.                 Resource file is 32-bit, but runs without it, if you don't need
  9.                 an icon on toolbar.
  10.  
  11. AUTHOR:        Copyright (C) 1996, Ahto Tanner.
  12.  
  13. CONTACT:    ahto@estpak.ee
  14.         (please specify "TmTimeStop" in the subject string)
  15.         http://www.estpak.ee/~ahto     
  16.  
  17. STATUS:        FREEWARE (source included): you can freely use or distribute files 
  18.         included to this archive.  Thanks in advance for comments and 
  19.         suggestions to make better & optimized coding - this is very
  20.         important for newbies as I am :)
  21.  
  22. DESCRIPTION:    TimeStop can be used to stop your application run after specified
  23.         date. This means that you enter date and if user tries to run your
  24.         program AFTER that date, your selected text will be displayed in
  25.         dialog box and execution is terminated.
  26.         This is mainly useful when your app is in design phase and you want
  27.         to distribute copies for BETA testing. When your app is complete,
  28.         you simply remove this component from form and that's all - no code,
  29.         no worry...
  30.  
  31. WHAT'S NEW:     - OnExpire event
  32.                 - ShowExpireMessage property. You can set this false if you don't
  33.                   want to see message dialog and can create one from code in OnExpire
  34.                   event.
  35.  
  36. ------------------------------------------------------------------------
  37.  
  38. Legal stuff
  39. ===========
  40. These components are supplied with no guarantees of any kind and must be used at
  41. your own risk.
  42.  
  43.  
  44. If you have any comments and ideas, I'll be pleased to read :)
  45.  
  46.  
  47. Smile & peace...
  48.  
  49.  
  50.